home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Securite / Password Safe / pwsafe-3.35.exe / pwsafeZH.chm / html / style.css < prev    next >
Cascading Style Sheet File  |  2013-06-13  |  983b  |  76 lines

  1. /* Modified: 15/06/2005 */
  2.  
  3. BODY
  4.     {
  5.     font-family:"Trebuchet MS",verdana,arial,helvetica,tahoma,╦╬╠σ,╬ó╚φ╤┼║┌;
  6.     color:black;
  7.     font-size="small";
  8.     background-color: white;
  9.     }
  10.  
  11. A:link {color: #0069CE; text-decoration: none;} 
  12. A:visited {color: #0069CE; text-decoration: none;}
  13. A:active {color: #B22222; text-decoration: none;}
  14. A:hover { Color: maroon; text-decoration: underline;}
  15.  
  16. .instr
  17.     {
  18.     margin-left: .25in;
  19.     }
  20.  
  21. DD    {
  22.     text-indent: 10%;
  23.     }
  24.  
  25. li p
  26.     {
  27.     margin-top: .75em;
  28.     margin-bottom: 1.25em;    
  29.     }    
  30.  
  31. li    {
  32.     margin-left: .15in;
  33.     }     
  34.  
  35. ol li
  36.     {
  37.     margin-left: .10in;
  38.     }
  39.  
  40. ul    {
  41.     list-style: disc;
  42.     }
  43.  
  44. ul.onestep
  45.     {
  46.     list-style: disc;
  47.     }
  48.  
  49.  
  50. /* tables */
  51.  
  52. table
  53.     {
  54.     font-size: 100%;
  55.     text-align: left;
  56.     margin-top: 0em;
  57.     }
  58.  
  59. tr    {
  60.     margin: .25em;
  61.     vertical-align: top;
  62.     }
  63.  
  64. th    {
  65.     text-align: left;
  66.     margin: .25em;
  67.     vertical-align: top;
  68.     background: #ffffff;
  69.     }
  70.  
  71. td    {
  72.     margin: .25em;
  73.     vertical-align: top;
  74.     padding: 0;
  75.     }
  76.